[Beta] Update an McpConfig.
[Beta] Update an existing McpConfig. All fields are optional.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the McpConfig to update.
Body
Parameters for updating an existing McpConfig. All fields are optional - only specified fields will be updated.
New name for the McpConfig. Must be unique within your account.
New target MCP server endpoint URL.
New glob patterns specifying which tools are allowed. Examples: [''] for all tools, ['github.search_'] for specific patterns.
New description for this MCP configuration.
Response
McpConfig updated successfully.
An McpConfig defines a configuration for connecting to an upstream MCP (Model Context Protocol) server. It specifies the target endpoint and which tools are allowed.
The unique identifier of the McpConfig.
The human-readable name of the McpConfig. Unique per account.
The target MCP server endpoint URL (e.g., 'https://mcp.example.com').
Glob patterns specifying which tools are allowed from this MCP server (e.g., ['github.search_', 'github.get_'] or ['*'] for all tools).
Creation time of the McpConfig (Unix timestamp in milliseconds).
Optional description for this MCP configuration.
